function hey() task.wait(0.1) local hd = owner.Character.Humanoid:GetAppliedDescription() -- local accessories = hd:GetAccessories(true) -- hd:SetAccessories(accessories, true) hd.ClimbAnimation = 619509955 hd.FallAnimation = 619511417 hd.IdleAnimation = 619511648 hd.RunAnimation = 619512153 hd.SwimAnimation = 619512450 hd.WalkAnimation = 619512767 hd.JumpAnimation = 619511974 hd.DepthScale = 0.92 hd.WidthScale = 0.85 hd.HeightScale = 0.95 hd.HeadScale = 1 owner.Character.Humanoid:ApplyDescription(hd) end hey() owner.CharacterAdded:Connect(hey)